McAxisInfo Class

Describes information concerning an axis, like modes, inputs directly related to the axis, and certain state information.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.McAxisInfo

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class McAxisInfo
Public Class McAxisInfo

 

The McAxisInfo class exposes the following members.

Constructors

 NameDescription
McAxisInfoInitializes a new instance of the McAxisInfo class.

Properties

 NameDescription
AxisWarningChecks whether warnings on the axis are present.
CommunicationReadyChecks whether the EtherCAT network is initialized and ready for communication.
HomeAbsSwitchChecks whether the digital home switch input is active.
IsHomedChecks whether the axis is homed successfully after the axis is homed.
LimitSwitchNegChecks whether the negative hardware limit switch is active.
LimitSwitchPosChecks whether the positive hardware limit switch is active.
PowerOnChecks whether the axis is enabled.
ReadyForPowerOnChecks whether the axis is ready to be enabled (power on).
SimulationChecks whether the axis is in the simulation mode.

See also

IntervalZero.KINGSTAR.Base.Api Namespace